Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed #4953 MySqlStatementParser解析create procedure存储过程时,case when语句处理异常 #4956

Merged
merged 2 commits into from
Oct 23, 2022

Conversation

Junge-401
Copy link
Contributor

No description provided.

@Junge-401 Junge-401 changed the title Fixed# MySqlStatementParser解析create procedure存储过程时,case when语句处理异常 Fixed#4953 MySqlStatementParser解析create procedure存储过程时,case when语句处理异常 Oct 11, 2022
@Junge-401 Junge-401 changed the title Fixed#4953 MySqlStatementParser解析create procedure存储过程时,case when语句处理异常 Fixed #4953 MySqlStatementParser解析create procedure存储过程时,case when语句处理异常 Oct 11, 2022
@Junge-401
Copy link
Contributor Author

#4953

@codecov-commenter
Copy link

Codecov Report

Base: 58.94% // Head: 58.95% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (948501f) compared to base (d92126a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #4956      +/-   ##
============================================
+ Coverage     58.94%   58.95%   +0.01%     
- Complexity    26910    26913       +3     
============================================
  Files          1268     1268              
  Lines        122755   122757       +2     
  Branches      23123    23124       +1     
============================================
+ Hits          72355    72371      +16     
+ Misses        41381    41366      -15     
- Partials       9019     9020       +1     
Impacted Files Coverage Δ
...sql/dialect/mysql/parser/MySqlStatementParser.java 63.32% <100.00%> (+0.16%) ⬆️
.../sql/dialect/mysql/visitor/MySqlOutputVisitor.java 59.63% <100.00%> (+0.04%) ⬆️
.../java/com/alibaba/druid/util/JdbcSqlStatUtils.java 58.62% <0.00%> (-3.45%) ⬇️
...n/java/com/alibaba/druid/filter/FilterManager.java 67.07% <0.00%> (-2.44%) ⬇️
.../main/java/com/alibaba/druid/stat/JdbcSqlStat.java 81.77% <0.00%> (-0.71%) ⬇️
...n/java/com/alibaba/druid/pool/DruidDataSource.java 72.07% <0.00%> (+0.09%) ⬆️
...rc/main/java/com/alibaba/druid/util/JdbcUtils.java 54.29% <0.00%> (+1.54%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wenshao wenshao merged commit d8fe9e0 into alibaba:master Oct 23, 2022
@Junge-401 Junge-401 deleted the fix#4953 branch October 27, 2022 13:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants